home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Colonies / card_3329.txt < prev    next >
Text File  |  1990-02-20  |  6KB  |  284 lines

  1. -- card: 3329 from stack: in
  2. -- bmap block id: 4360
  3. -- flags: 4000
  4. -- background id: 3737
  5. -- name: Information
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichField
  9.   if whichField is not empty then
  10.     set lockScreen to true
  11.     repeat with g=1 to the number of card fields
  12.       hide card field g
  13.     end repeat
  14.     set lockScreen to false
  15.     show card field whichField
  16.   else
  17.     exit to HyperCard
  18.   end if
  19. end openCard
  20.  
  21. on closeCard
  22.   global whichField
  23.   --  hide card field whichField
  24.   put empty into whichField
  25. end closeCard
  26.  
  27.  
  28. on erase
  29.   repeat with l=1 to the number of card fields
  30.     put empty into card field l
  31.   end repeat
  32. end erase
  33.  
  34.  
  35.  
  36. -- part 1 (field)
  37. -- low flags: 80
  38. -- high flags: 4001
  39. -- rect: left=127 top=126 right=329 bottom=370
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Stencil
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 80
  52. -- high flags: 4001
  53. -- rect: left=127 top=126 right=329 bottom=372
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Pennsylvania
  62.  
  63.  
  64. -- part 2 (button)
  65. -- low flags: 00
  66. -- high flags: 8004
  67. -- rect: left=17 top=41 right=73 bottom=110
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Go back
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect zoom in
  79.   pop card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 6 (field)
  85. -- low flags: 80
  86. -- high flags: 4001
  87. -- rect: left=127 top=126 right=329 bottom=372
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 3
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: New Jersey
  96.  
  97.  
  98. -- part 8 (field)
  99. -- low flags: 80
  100. -- high flags: 4001
  101. -- rect: left=122 top=126 right=329 bottom=365
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 0
  105. -- font id: 3
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Delaware
  110.  
  111.  
  112. -- part 5 (field)
  113. -- low flags: 80
  114. -- high flags: 4001
  115. -- rect: left=122 top=126 right=329 bottom=365
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: New York
  124.  
  125.  
  126. -- part 10 (field)
  127. -- low flags: 80
  128. -- high flags: 4001
  129. -- rect: left=122 top=126 right=329 bottom=365
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 3
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Maryland
  138.  
  139.  
  140. -- part 11 (field)
  141. -- low flags: 80
  142. -- high flags: 4001
  143. -- rect: left=122 top=126 right=329 bottom=365
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 0
  147. -- font id: 3
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: N Carolina
  152.  
  153.  
  154. -- part 12 (field)
  155. -- low flags: 80
  156. -- high flags: 4001
  157. -- rect: left=122 top=126 right=329 bottom=365
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 0
  161. -- font id: 3
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Georgia
  166.  
  167.  
  168. -- part 13 (field)
  169. -- low flags: 80
  170. -- high flags: 4001
  171. -- rect: left=122 top=126 right=329 bottom=365
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: Virginia
  180.  
  181.  
  182. -- part 14 (field)
  183. -- low flags: 80
  184. -- high flags: 4001
  185. -- rect: left=122 top=126 right=329 bottom=365
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 0
  189. -- font id: 3
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: S Carolina
  194.  
  195.  
  196. -- part 15 (field)
  197. -- low flags: 80
  198. -- high flags: 4001
  199. -- rect: left=122 top=126 right=329 bottom=365
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 3
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: Massachusetts
  208.  
  209.  
  210. -- part 16 (field)
  211. -- low flags: 80
  212. -- high flags: 4001
  213. -- rect: left=122 top=126 right=329 bottom=365
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 3
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: Rhode Island
  222.  
  223.  
  224. -- part 17 (field)
  225. -- low flags: 80
  226. -- high flags: 4001
  227. -- rect: left=122 top=126 right=329 bottom=365
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 3
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: Connecticut
  236.  
  237.  
  238. -- part 18 (field)
  239. -- low flags: 80
  240. -- high flags: 4001
  241. -- rect: left=122 top=126 right=329 bottom=365
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 0
  245. -- font id: 3
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: New Hampshire
  250.  
  251.  
  252. -- part 19 (button)
  253. -- low flags: 00
  254. -- high flags: 8001
  255. -- rect: left=0 top=251 right=342 bottom=85
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: 
  264.  
  265.  
  266. -- part 20 (button)
  267. -- low flags: 00
  268. -- high flags: A002
  269. -- rect: left=97 top=319 right=340 bottom=157
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 1
  273. -- font id: 0
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: Return
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   global ReturnCard
  281.   go ReturnCard
  282. end mouseUp
  283.  
  284.